projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2b992c
)
(set-face-font-auto): instanciate-fontset renamed to instantiate-fontset.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Sep 1997 23:39:21 +0000
(23:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 5 Sep 1997 23:39:21 +0000
(23:39 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 9491b333da908ea23f3740db7bf24e8f2ec02622..5ad00c71cd39b3f811b2785e1d73ed6cceb8d8cc 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-166,7
+166,7
@@
in that frame; otherwise change each frame."
(if (stringp font)
(setq font (or (and (fontset-name-p font)
(or (query-fontset font)
- (instan
c
iate-fontset font)))
+ (instan
t
iate-fontset font)))
(x-resolve-font-name font 'default frame))))
(internal-set-face-1 face 'font font 3 frame))